The bundled gcc has moved locations
authorAlex Crichton <alex@alexcrichton.com>
Thu, 13 Nov 2014 00:00:00 +0000 (16:00 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 13 Nov 2014 00:00:00 +0000 (16:00 -0800)
.travis.install.deps.sh

index c8396e39476ba94aedea350bf85c80c8f224563c..75ca21a2c0cfde55eb9ff83405c1843b936106c2 100755 (executable)
@@ -58,7 +58,7 @@ else
     innounp -y -x rust-nightly-$triple.exe
     mv '{app}' rustc
     # Don't use the bundled gcc, see rust-lang/rust#17442
-    rm -rf rustc/bin/rustlib/$triple/gcc
+    rm -rf rustc/bin/rustlib/$triple/bin
     rm -f rust-nightly-$triple.exe
 fi